runtime.wbBuf.buf (field)
11 uses
runtime (current package)
mwbbuf.go#L57: buf [wbBufEntries]uintptr
mwbbuf.go#L79: start := uintptr(unsafe.Pointer(&b.buf[0]))
mwbbuf.go#L85: b.end = uintptr(unsafe.Pointer(&b.buf[wbMaxEntriesPerCall+1]))
mwbbuf.go#L87: b.end = start + uintptr(len(b.buf))*unsafe.Sizeof(b.buf[0])
mwbbuf.go#L90: if (b.end-b.next)%unsafe.Sizeof(b.buf[0]) != 0 {
mwbbuf.go#L101: b.next = uintptr(unsafe.Pointer(&b.buf[0]))
mwbbuf.go#L106: return b.next == uintptr(unsafe.Pointer(&b.buf[0]))
mwbbuf.go#L197: start := uintptr(unsafe.Pointer(&pp.wbBuf.buf[0]))
mwbbuf.go#L198: n := (pp.wbBuf.next - start) / unsafe.Sizeof(pp.wbBuf.buf[0])
mwbbuf.go#L199: ptrs := pp.wbBuf.buf[:n]
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |